@charset "UTF-8";
*{
	margin: 0;
	padding:0;
	border:0;
	box-sizing: border-box;
}
#Lookagain h1{
	color:# 800020;
	width: 100%;
	text-align: left;
	font-family: Eagle Lake, serif;
	font-size: 110%;
	line-height: 1.4;
	margin: 0 0 0 9%;
	padding: 2%;
	
}

#Lookagain{
	color: #800020;
	width: 80%;
	text-align: left;
	font-family: Eagle Lake, serif;
	font-size: 110%;
	font-weight: bold;
	line-height: 2;
	background: url("Images/Look AgainBG2.jpg");
	background-repeat: no-repeat;
	margin: 5% auto; 
	padding: 2% 2% 5% 8%;
	border: 4px solid red;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	
}
.Copyright1{
	width: 100%;
	text-align: left;
	font-family: Eagle Lake, serif;
	font-size: 90%;
	line-height: 1.4;
	margin: 0 0 0 0;
	
}

/*	MEDIA QUEIRIES ONWARDS*/


@media screen and (max-width: 1280px){
	#Lookagain{
		width: 86%;
		padding: 1% 2% 5% 8%;
	}
}

@media screen and (max-width: 1024px){
	#Lookagain h1{
		font-size: 100%;
	}
	
	#Lookagain{
		width: 90%;
		font-size: 100%;
		font-weight: bold;
		line-height: 2;
		background: url("Images/Look AgainBG1024.jpg");
		background-repeat: no-repeat;
		padding: 2% 2% 5% 8%;
	}
}

@media screen and (max-width: 768px){
	#Lookagain{
		width: 88%;
		font-size: 80%;
		font-weight: bold;
		line-height: 2;
		background: url("Images/Look AgainBG768.jpg");
		background-repeat: no-repeat;
		padding: 2% 2% 5% 6%;
	}
}

@media screen and (max-width: 640px){
	#Lookagain{
		width: 97%;
		font-size: 80%;
		font-weight: bold;
		line-height: 2;
		background: url("Images/Look AgainBG640.jpg");
		background-repeat: no-repeat;
		margin: 5% 1.4%;
		padding: 2% 2% 3% 6%;
	}
}

@media screen and (max-width: 500px){
	#Lookagain{
		width: 97.5%;
		font-size: 50%;
		font-weight: bold;
		line-height: 2;
		background: url("Images/Look Again500.jpg");
		background-repeat: no-repeat;
		padding: 2% 1% 4% 6%;
	}
}


@media screen and (max-width: 480px){
	#Lookagain{
		width: 97.7%;
		font-size: 50%;
		font-weight: bold;
		line-height: 2;
		background: url("Images/Look Again500.jpg");
		background-repeat: no-repeat;
		padding: 2% 1% 4.5% 6%;
	}
}






